projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8136df6
)
Avoid compilation warning in electric.el
author
Eli Zaretskii
<eliz@gnu.org>
Sun, 1 Oct 2017 16:12:30 +0000
(19:12 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sun, 1 Oct 2017 16:12:30 +0000
(19:12 +0300)
* lisp/electric.el: Require 'elec-pair' when compiling, to avoid a
compiler warning.
lisp/electric.el
patch
|
blob
|
history
diff --git
a/lisp/electric.el
b/lisp/electric.el
index 65e36b7a63f476b42835873c0e9926e99634a31c..599b584c14621c409826845f09a327fd5363a7f3 100644
(file)
--- a/
lisp/electric.el
+++ b/
lisp/electric.el
@@
-39,6
+39,8
@@
;;; Code:
+(eval-when-compile (require 'elec-pair))
+
;; This loop is the guts for non-standard modes which retain control
;; until some event occurs. It is a `do-forever', the only way out is
;; to throw. It assumes that you have set up the keymap, window, and